html {
	font-size: 14px;
	font-family: sans-serif, Microsoft YaHei;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	overflow-x: hidden;
	margin: 0;
}
blockquote,
body,
dd,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
pre,
select,
textarea {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
a {
	text-decoration: none;
	color: inherit
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
	margin: 0
}
a,
div,
input,
li,
p,
textarea {
	box-sizing: border-box
}
button:focus,
input:focus,
textarea:focus {
	outline: none
}
.clearfix:after,
.index-goods:after,
.index-service:after,
.index-help:after,
.nav:after,
.t-header:after {
	content: "";
	display: table;
	clear: both
}



.wrap {
	max-width: 1400px;
	margin: 0 auto
}

@media(max-width:1430px) {
	.wrap {
		padding: 0 20px
	}
}

.t-header {
	height: 71px;
	border-bottom: 1px solid #ddd;
	padding: 0 5.21%
}

.t-header .logo {
	float: left;
	height: 70px;
	width: 120px
}

.t-header .logo:after {
	content: "";
	height: 100%
}

.t-header .logo img {
	max-width: 100%;
	max-height: 100%
}

.t-header .logo:after,
.t-header .logo img {
	display: inline-block;
	vertical-align: middle
}

.t-header .nav {
	float: left;
	margin-left: 1%
}

.t-header .nav li {
	float: left;
	margin: 0 10px
}

.t-header .nav li a {
	display: block;
	line-height: 69px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	padding: 0 10px;
	color: #333
}

.t-header .nav li.active a,
.t-header .nav li:hover a {
	color: #007bfc;
	border-bottom-color: #007bfc
}

.t-header .login {
	float: right;
	margin-top: 16px
}

.t-header .login a {
	display: inline-block;
	vertical-align: middle;
	padding: 9px 34px;
	border: 1px solid #007bfc;
	font-size: 16px;
	color: #fff;
	background: #007bfc;
	border-radius: 19px;
	cursor: pointer
}

.t-header .login a:hover {
	background: #1a89fe
}

.t-header .login a.logout,
.t-header .login a.register-btn {
	background: transparent;
	color: #007bfc;
	margin-left: 16px
}

.t-header .login a.logout:hover,
.t-header .login a.register-btn:hover {
	color: #fff;
	background: #1a89fe
}

.t-header .login a.company-name {
	max-width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle
}

.t-header .right {
	overflow: hidden
}

.t-header .mob-nav-btn {
	display: none
}

@media(max-width:1200px) {
	.t-header .nav li {
		margin-right: 15px
	}

	.t-header .login a {
		font-size: 14px;
		padding: 9px 25px
	}
}

@media(max-width:990px) {
	.t-header {
		position: relative;
		height: 50px
	}

	.t-header .mob-nav-btn {
		display: block;
		position: absolute;
		top: calc(50% - 11px);
		right: 15px
	}

	.t-header .mob-nav-btn:after,
	.t-header .mob-nav-btn:before,
	.t-header .mob-nav-btn span {
		display: block;
		width: 30px;
		height: 2px;
		background: #333
	}

	.t-header .mob-nav-btn span {
		margin: 8px 0
	}

	.t-header .mob-nav-btn:after,
	.t-header .mob-nav-btn:before {
		content: ""
	}

	.t-header .mob-nav-btn.click {
		top: 50%
	}

	.t-header .mob-nav-btn.click span {
		display: none
	}

	.t-header .mob-nav-btn.click:after,
	.t-header .mob-nav-btn.click:before {
		transform-origin: 45%
	}

	.t-header .mob-nav-btn.click:after {
		transform: rotate(-45deg)
	}

	.t-header .mob-nav-btn.click:before {
		transform: rotate(45deg)
	}

	.t-header .logo {
		height: 50px
	}

	.t-header .right {
		display: none
	}

	.t-header .right.show {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: calc(100% + 1px);
		background: #fff;
		z-index: 99
	}

	.t-header .nav {
		float: none;
		width: 100%;
		margin-left: 0
	}

	.t-header .nav li {
		float: none;
		margin: 0
	}

	.t-header .nav li a {
		line-height: 50px
	}

	.t-header .login {
		display: none;
		padding-bottom: 20px;
		float: none;
		text-align: center
	}
}




.m_nav {
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	visibility: visible;
	z-index: -1;
	width: 60%;
	margin-top: 0;
	opacity: 1;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	transform: translateX(100%)
}

.m_nav .bg {
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: auto auto;
	padding-bottom: 10px;
	margin-bottom: -10px
}

.m_nav .overly {
	position: absolute;
	height: 100%;
	width: 102vw;
	right: 0;
	z-index: 0;
	top: 0
}

.m_nav.open {
	z-index: 1000;
	transform: translateX(0)
}

.m_nav .top {
	box-sizing: border-box;
	height: 60px;
	padding: 20px
}

.m_nav .top .closed {
	vertical-align: middle;
	float: right;
	cursor: pointer;
	height: 30px;
	width: 30px
}

.m_nav .mlogo {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.m_nav .mlogo img {
	display: block;
	height: 50px;
	margin: 10px auto;
	max-width: 40%;
	height: auto
}

.m_nav .ul {
	overflow-y: auto;
	height: calc(100vh - 150px);
	margin-top: 20px
}

.m_nav .ul li {
	padding: 0 20px;
	opacity: 0;
	border-bottom: 1px solid #f5f5f5;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	-webkit-transform: translateY(100%);
	transform: translateY(0);
	transform: translateY(100%)
}
.m_nav .ul li.cur {
	border-bottom: 1px solid #0f6bff;
}
.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(7) {
	-webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(8) {
	-webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li a {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	text-decoration: none
}




.t-banner {
	background: url(banner_bg.jpg) 50% no-repeat;
	background-size: cover;
	padding: 5% 0
}

.t-banner .img {
	float: right;
	width: 40%;
	margin-left: 12%
}

.t-banner .img img {
	max-width: 100%
}

.t-banner .text {
	float: left;
	width: 42%;
	padding-top: 5%
}

.t-banner .text h3 {
	font-size: 38px;
	color: #333c5e;
	margin: 0 0 5%
}

.t-banner .text p {
	font-size: 26px;
	color: #333c5e;
	line-height: 1.6;
}

.t-banner .text p span {
	margin-right: 5%
}

.t-banner .text a {
	display: block;
	width: 9.09em;
	margin-top: 10%;
	line-height: 2.72em;
	height: 2.72em;
	border-radius: 1.36em;
	background-color: #0f6bff;
	font-size: 22px;
	color: #fff;
	text-align: center
}

.t-banner .text a:hover {
	background: rgba(15, 107, 255, .8)
}

@media(max-width:1366px) {
	.t-banner .text h3 {
		font-size: 27px
	}

	.t-banner .text p {
		font-size: 20px
	}

	.t-banner .text a {
		width: 8em;
		line-height: 2.5em;
		height: 2.5em;
		font-size: 20px
	}
}

.banner-wrap {
	float: right;
	width: 57.5%;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 40px 40px 60px rgba(11, 47, 130, .16);
	padding: 20px 30px;
	border: 5px solid #e2e8f0;
	position: relative;
	overflow: hidden
}

.banner-wrap .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 10px 0 0
}

.banner-swiper {
	position: static
}

.banner-swiper .swiper-slide img {
	display: block;
	width: 100%
}

.banner-swiper .swiper-pagination {
	left: 10px;
	bottom: 20px;
	font-size: 0;
	text-align: left
}

.banner-swiper .swiper-pagination-bullet {
	border-radius: 0;
	width: 8px;
	height: 7px;
	background: #eee;
	opacity: 1;
	margin: 10px 0 0;
	display: block
}

.banner-swiper .swiper-pagination-bullet-active {
	background: #0f6bff;
	opacity: 1
}

@media(max-width:990px) {
	.t-banner .text {
		width: 100%;
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 0
	}

	.t-banner .text h3 {
		font-size: 24px;
		margin-bottom: 15px
	}

	.t-banner .text p {
		font-size: 18px;
		margin-bottom: 15px
	}

	.t-banner .text a {
		font-size: 14px
	}

	.banner-wrap {
		width: 100%;
		float: none;
		padding: 10px 20px;
		border-radius: 10px;
		border-width: 2px
	}

	.banner-swiper .swiper-pagination {
		left: 5px;
		bottom: 15px
	}
}

.t-footer {
	background: #f8f8f8;
	padding: 2.5% 0
}

.t-footer .top {
	margin-bottom: 25px
}

.footer-logo {
	float: left;
	width: 120px
}

.footer-logo img {
	max-width: 100%
}

.footer-nav {
	float: left;
	line-height: 2
}

.footer-nav a {
	font-size: 16px;
	color: #666;
	display: inline-block;
	margin-left: 40px
}

.footer-nav a.active,
.footer-nav a:hover {
	color: #274fa7
}

.bottom-left {
	float: left;
	font-size: 14px;
	line-height: 2;
	color: #999
}

.bottom-left a {
	color: inherit;
	margin-right: 10px;
}

.bottom-left a:hover {
	color: #274fa7
}

.bottom-right {
	float: right;
	font-size: 14px;
	line-height: 2;
	color: #666
}

.bottom-right span {
	display: inline-block;
	width: 20px;
	vertical-align: -1px
}

.bottom-right a {
	color: inherit;
	margin-right: 10px;
	padding: 0;
}

.toolbar {
	position: fixed;
	right: 20px;
	top: calc(50% - 65px);
	z-index: 99
}

.toolbar a {
	border-radius: 11px;
	background-color: #fff;
	box-shadow: 0 0 7.92px 1.08px rgba(12, 3, 7, .08);
	display: block;
	width: 62px;
	height: 62px;
	padding: 17px;
	transition: all .5s ease;
	position: relative;
}

.toolbar a span {
	display: block;
	height: 100%;
	overflow: hidden
}
.toolbar a p {
	display: none;
	position: absolute;
	right: 70px;
	top: -70px;
	width: 200px;
	height: 200px;
	border-radius: 5px;
	border: 5px solid #0f6bff;
}
.toolbar a p img{
	width: 100%;
	height: 100%;
}
.toolbar a img {
	width: 100%;
	transition: all .5s ease
}

.toolbar a:hover {
	background: #0f6bff
}

.toolbar a:hover img {
	transform: translateY(-50%)
}

.toolbar a:hover p {
	display: block;
}
.toolbar a:hover p img{
	transform: translateY(-0%)
}

.toolbar a+a {
	margin-top: 10px
}

@media(max-width:990px) {
	.t-footer {
		padding: 15px 0
	}

	.t-footer .top {
		margin-bottom: 0px
	}

	.footer-logo {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 5px
	}
	.footer-logo img{
		max-width: 50%;
	}
	.footer-nav {
		float: none;
		width: 100%;
		text-align: center;
	}

	.footer-nav a {
		margin: 0 10px 0 0;
		font-size: 8px;
	}

	.bottom-left {
		float: none;
		margin: 0 0 0px;
		font-size: 8px;
		line-height: 2.5;
		text-align: center;
	}

	.bottom-right {
		float: none;
		font-size: 8px;
		line-height: 2.5;
		text-align: center;
	}
	.bottom-right p{
		DISPLAY: contents;
	}
	.bottom-right p + p{
		margin-left: 10px;
	}
	.bottom-right span {
		width: auto;
		margin-right: 4px;
		margin-left: 10px;
	}
	.bottom-right img {
		width: 6px;
	}
	.toolbar {
		right: 10px;
		top: calc(50% - 45px)
	}

	.toolbar a {
		border-radius: 5px;
		width: 40px;
		height: 40px;
		padding: 10px
	}
}



.layui-border-box {
    display: block;
}
.layui-border-box + .layui-border-box {
    display: none;
}

.title {
	color: #333c5e;
	text-align: center;
	margin-bottom: 5%
}

.title h3,
.title h4,
.title p {
	color: #333c5e;
}

.title.white h3,
.title.white h4,
.title.white p {
	color: #fff
}

.title h3 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 20px
}

.title h4 {
	font-size: 36px;
	margin: 0 0 20px
}

.title p {
	font-size: 20px;
}

.title sup {
    position: relative;
    top: -10px;
    font-size: 30%;
    vertical-align: top;
}
.title .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media(max-width:1280px) {
	.title h3 {
		font-size: 28px
	}

	.title h4 {
		font-size: 28px
	}

	.title p {
		font-size: 16px
	}
}

@media(max-width:990px) {
	.title {
		margin-bottom: 20px
	}

	.title h3 {
		font-size: 20px;
		margin: 0 0 10px
	}

	.title h4 {
		font-size: 20px;
		margin: 0 0 10px
	}

	.title p {
		font-size: 16px
	}
}

.gj {
	background: #0f6bff;
	padding: 35px 0 22px
}

.gj.f {
	background: #EAF4FD;
}

.gj .img {
	float: left;
	width: 360px;
	margin-right: 10%
}

.gj .img img {
	max-width: 100%
}

.gj .text {
	overflow: hidden;
	padding-top: 2%
}

.gj .text h3 {
	font-size: 34px;
	color: #fff;
	margin: 0 0 20px
}

.gj .text h4 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 4.88372%
}

.gj .text p {
	font-size: 18px;
	line-height: 2.5;
	text-indent:2em;
	color: #fff
}
.gj .text p + p {
	text-indent:0;
}
.gj .img2 {
	float: right;
	margin-left: 10%;
	margin-right: 0;
}

.gj .text2 h3 {
	color: #000;
}

.gj .text2 h4 {
	color: #000;
}

.gj .text2 p {
	color: #000
}

.gj .text3 h3 {
	font-size: 60px;
	text-align: center;
}

.gj .text3 h4 {
	font-size: 48px;
	text-align: center;
}

.gj .btn {
	display: block;
    width: 9.09em;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 40%;
    line-height: 2.72em;
    height: 2.72em;
    border-radius: 1.36em;
    background-color: #fff;
    font-size: 22px;
    color: #0f6bff;
    text-align: center;
}
.gj .btn:hover {
	background: rgba(255, 255, 255, .8)
}

.gj .text2 .btn {
	display: block;
    width: 9.09em;
    margin-top: 2%;
    line-height: 2.72em;
    height: 2.72em;
    border-radius: 1.36em;
    background-color: #0f6bff;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
.gj .text2 .btn:hover {
	background: rgba(15, 107, 255, .8)
}


@media(max-width:990px) {
	.gj .img {
		float: none;
		width: 100%;
		margin: 0 0 15px;
		text-align: center
	}

	.gj .img img {
		max-width: 60%
	}

	.gj .text h3 {
		font-size: 20px;
		margin-bottom: 15px
	}

	.gj .text h4 {
		font-size: 16px;
		margin-bottom: 15px
	}

	.gj .text p {
		font-size: 14px;
		line-height: 1.7
	}
}


.index-wz {
	padding: 4% 0;
	background: #fff
}




.index-wz .more {
	text-align: center
}

.index-wz .more a {
	display: inline-block;
	font-size: 16px;
	color: #1a89fe;
	border-radius: 1.5em;
	background-color: #f9f9f9;
	border: 1px solid #999;
	box-shadow: 0 4px 16.38px 1.62px rgba(12, 3, 7, .05);
	line-height: 3em;
	padding: 0 30px;
	transition: all .5s ease
}

.index-wz .more a:hover {
	background: #1a89fe;
	color: #fff
}



.index-help {
	padding: 4% 0;
	background: #fff
}

.index-help ul {}

.index-help li {
	float: left;
	width: calc(25% - 22.5px);
	margin: 0 30px 30px 0
}
.index-help li a{
    color: #333;
}
@media(max-width:990px) {
	.index-help li {
		width: calc(50% - 7px);
		margin: 0 14px 20px 0
	}

	.index-help li:nth-of-type(2n) {
		margin-right: 0
	}
}

@media(max-width:425px) {
	.index-help li {
		width: 100%;
		margin: 0 0 15px !important
	}
}

@media(min-width:990px) {
	.index-help li:nth-of-type(4n) {
		margin-right: 0
	}
}

.index-help li .img {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: all .5s ease;
	position: relative
}

.index-help li .img .hover-status {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9;
	background: hsla(0, 0%, 100%, .7);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease
}

.index-help li .img .hover-status-box {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2.8em;
	font-size: 14px
}

.index-help li .img .hover-status-box a {
	display: inline-block;
	width: 8.42857em;
	line-height: 2.8em;
	border-radius: 1.4em;
	cursor: pointer
}

@media(max-width:1366px) {
	.index-help li .img .hover-status-box a {
		width: 6em;
		line-height: 2.4em
	}
}


.index-help li .img .hover-status-box a:first-of-type {
	background: #1a89fe;
	color: #fff
}

.index-help li .img .hover-status-box a:first-of-type:hover {
	background: #007bfc
}

.index-help li .img .hover-status-box a:nth-of-type(2) {
	border: 1px solid #1a89fe;
	color: #1a89fe;
	margin-left: 1em
}

.index-help li .img .hover-status-box a:nth-of-type(2):hover {
	background: #1a89fe;
	color: #fff
}

.index-help li .img img {
	width: 100%;
	transition: all .5s ease
}

.index-help li h3 {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	margin: 0
}

.index-help li:hover .img {
	box-shadow: 0 5px 19.95px 1.05px rgba(12, 3, 6, .22)
}

.index-help li:hover .img .hover-status {
	opacity: 1;
	visibility: visible
}

.index-help li:hover .img img {
	transform: scale(1.1)
}

.index-help .more {
	text-align: center;
	width: 100%;
    clear: both;
}

.index-help .more a {
	display: inline-block;
	font-size: 16px;
	color: #1a89fe;
	border-radius: 1.5em;
	background-color: #f9f9f9;
	border: 1px solid #999;
	box-shadow: 0 4px 16.38px 1.62px rgba(12, 3, 7, .05);
	line-height: 3em;
	padding: 0 30px;
	transition: all .5s ease
}

.index-help .more a:hover {
	background: #1a89fe;
	color: #fff
}

.index-service {
	background: url(service_bg.jpg) 50% no-repeat fixed;
	padding: 4.1667% 0
}

.index-service-wrap li {
	width: calc(25% - 105px);
	float: left;
	margin: 0 120px 0 0;
	border-radius: 13px;
	background: #fff;
	transition: all .5s ease;
	height: 174px;
	padding-top: 38px;
	cursor: pointer
}

@media(max-width:1200px) {
	.index-service-wrap li {
		width: calc(25% - 60px);
		margin: 0 80px 0 0
	}
}

.index-service-wrap li:nth-of-type(4) {
	margin-right: 0
}

.index-service-wrap li .img {
	width: 62px;
	height: 62px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 25px
}

.index-service-wrap li .img img {
	transition: all .5s ease;
	max-width: 100%
}

.index-service-wrap li h3 {
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: 400;
	transition: all .5s ease
}

.index-service-wrap li:hover {
	background: #0f6bff
}

.index-service-wrap li:hover .img img {
	transform: translateY(-50%)
}

.index-service-wrap li:hover h3 {
	color: #fff
}

@media(max-width:990px) {
	.index-service-wrap li {
		width: calc(50% - 10px);
		margin: 0 20px 20px 0;
		padding-top: 20px;
		height: 114px
	}

	.index-service-wrap li:nth-of-type(2) {
		margin-right: 0
	}

	.index-service-wrap li .img {
		width: 40px;
		height: 40px;
		margin-bottom: 10px
	}

	.index-service-wrap li h3 {
		font-size: 14px
	}
}



.t-goods {
	background: url(good_bg.png) 0 100% no-repeat;
	background-size: 100%;
	padding: 4% 0 6%
}
.index-f2 {
	padding: 4% 0;
	background: #f2f2f2
}
.index-fb {
	padding: 4% 0;
	background: #fbfbfb;
    border-radius: 7px;
    box-shadow: 0px 0px 15px 0px #00000007;
    border: 1px solid whitesmoke;
}
.index-goods {
	padding: 4% 0 0;
	background: #fff
}
.index-goods li {
	float: left;
	width: calc(33.3333% - 80px);
	margin: 0 120px 40px 0;
	height: 275px;
	padding: 37px 18px 0;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 20px;
	transition: all .5s ease;
	cursor: pointer
}

@media(max-width:1366px) {
	.index-goods li {
		width: calc(33.3333% - 60px);
		margin: 0 90px 40px 0
	}
}

@media(max-width:1024px) {
	.index-goods li {
		width: calc(33.3333% - 10px);
		margin: 0 15px 20px 0
	}
}

@media(min-width:990px) {
	.index-goods li:nth-of-type(3n) {
		margin-right: 0
	}
}

.index-goods li .img {
	width: 70px;
	margin: 0 auto 20px
}

.index-goods li .img img {
	max-width: 100%;
	transition: all .5s ease
}

.index-goods li h3 {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	margin: 0;
	transition: all .5s ease
}

.index-goods li .line {
	position: relative;
	text-align: center
}

.index-goods li .line:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #0f6bff;
	opacity: 0;
	transition: all .5s ease
}

.index-goods li p {
	font-size: 14px;
	line-height: 1.785;
	color: #666;
	transition: all .5s ease
}

@media(max-width:990px) {
	.index-goods li {
		width: calc(50% - 5px);
		margin: 0 10px 20px 0;
		height: auto;
		padding: 15px
	}

	.index-goods li:nth-of-type(2n) {
		margin-right: 0
	}

	.index-goods li .img {
		width: 40px
	}

	.index-goods li h3 {
		font-size: 16px
	}

	.index-goods li p {
		font-size: 12px
	}
}

.index-goods li:hover {
	border-color: #0f6bff
}

.index-goods li:hover .img img {
	transform: scale(1.05)
}

.index-goods li:hover .line:after {
	opacity: 1;
	width: 60px
}

.index-goods li:hover h3 {
	transform: translateY(-10px)
}

.index-goods li:hover p {
	transform: translateY(10px)
}




.youshi_dl {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}
.youshi_dl dd {
	text-align: center;
	width: 18%;
	padding: 2% 0;
	max-width: 260px
}
.youshi_dl h5 {
	font-size: 24px;
	color: #fff;
	line-height: 2;
	padding-bottom: 10px;
}
.youshi_dl .des {
	font-size: 15px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.youshi_dl .number {
	color: #F8BA07;
	padding-bottom: 10px;
}
.youshi_dl .number .num {
	font-size: 66px;
	font-weight: 700;
	font-family: Arial;
	display: inline-block;
	transform: scale(.8, 1);
	vertical-align: text-top
}
.youshi_dl .number .num2 {
	font-size: 54px;
	font-weight: 700;
	font-family: Arial;
	display: inline-block;
	transform: scale(.8, 1);
	vertical-align: text-top
}
.youshi_dl .number strong {
	font-size: 48px;
	display: inline-block;
	vertical-align: text-top;
	line-height: 1
}

@media (max-width:768px) {
	.tags_dl dd {
    	text-align: center;
    	width: 31%;
    	padding: 2% 1%;
    	margin: 0 auto 2%;
    	background-color: #fff;
    	box-sizing: border-box;
    	border: 2px solid #fff;
    }
	#i_youshi {

	}
	.youshi_dl dd {
		text-align: left;
		width: 90%;
		margin-left: 5%;
		max-width: initial
	}
	.youshi_dl .number,
	.youshi_dl h5 {
		display: inline-block;
		vertical-align: middle
	}
	.youshi_dl .des {
		text-align: left
	}
	.youshi_dl h5 {
		font-size: .94444444rem
	}
	.youshi_dl .des {
		font-size: 1rem
	}
	.youshi_dl .number .num {
		font-size: 1.8rem
	}
	.youshi_dl .number strong {
		font-size: 1.2rem
	}

	#i_web .wrap {
		overflow: hidden
	}
	.web_item {
		padding-top: 8%
	}
	.web_item .item {
		padding: 1% 0;
		width: 49%;
		margin-bottom: 2%
	}
	.web_item .item img {
		max-width: 70%;
		margin-top: 6%
	}
	.web_item .item .arr {
		font-size: .94444444rem
	}
}



.price {
    background: #fff;
    text-align: center;
    padding: 4% 0;
}
.pricedl dl {
    display: flex;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
	margin: 0 auto;
}
.pricedl dl:nth-child(2n) {
    background: #f5f6f8;
}
.pricedl dl.b {
    background: #f5f6f8;
}
.pricedl dl dt {
    width: 16.666666%;
	display: flex;
	    align-items: center;
	    justify-content: center;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-bottom: 0px solid #efefef;
    position: relative;
}
.pricedl dl dd {
    width: 16.666666%;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;

	display: flex;
	    align-items: center;
	    justify-content: center;
		
	    height: 50px;
	    font-size: 14px;
	    color: #4e5259;
		margin: 0;
}
.pricedl .title {
    text-align: center;
    height: 175px;
    padding-top: 45px;
}
.pricedl .title h3 {
    font-size: 32px;
    color: #333c5e;
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.pricedl .title h3 span {
    padding: 8px 30px;
    background: #FF0000;
    border-radius: 17px;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-left: 8px;
}
.pricedl .title p {
    font-size: 16px;
    color: #333c5e;
}
.pricedl .title p:before {
    content: "";
    display: block;
    margin: 15px auto;
    width: 32px;
    height: 2px;
    background: #e3e3e3;
}
.pricedl .gm a {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 20px;
    border: 1px solid #007bfc;
    font-size: 16px;
    color: #fff;
    background: #007bfc;
    border-radius: 19px;
    cursor: pointer;
	letter-spacing: 3px;
}
.pricedl .reg a {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 20px;
    border: 1px solid #ff0000;
    font-size: 16px;
    color: #fff;
    background: #ff0000;
    border-radius: 19px;
    cursor: pointer;
	letter-spacing: 3px;
}




.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-control {
    
}


/* Search Bar */

#search-bar-group {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	box-shadow: 0px 3px 15px 0px #0000000d;
}

#search-bar-group button {
    height: 40px;
}

#search-bar-group .input-group-btn {
	vertical-align: top;
	margin-left: 2px;
}

#search-bar-group .input-group-btn .dropdown-toggle {
	border-radius: 0;
	border-left: 0;
}

#search-bar-group input {
	/*padding: 9px 12px;*/
	height: 40px;
}

#interest-search-btn i {
	margin-right: 5px;
}

.tokenfield.loading {
    background: url('loading.gif') no-repeat right center;
}

.under-search-bar-helper {
	margin: 10px 10%;
    color: #999;
    font-size: 0.9em;
    display: flex;
    justify-content: space-between;
}

#previous-search-container {
    display: none;
}

#locale-selector {
	display: flex;
    align-items: center;
    margin-top: 2px;
    margin-left: auto;
}

#locale-selector select {
	margin-left: 4px;
	background-color: white;
	color: #555;
}


#layui_table_id {
    margin-top: 50px;
}
.layui-table-page {
    text-align: center;
    margin: 0px auto;
    height: auto;
}
.layui-table-page>div {
    height: auto;
    margin: 10px;
}
.layui-table tr {
    
}
.layui-table tr:nth-child(2n)  {
	background-color: #f2f2f2;
}





.white-card {
    background-color: #f9f9f9;
    border-radius: 7px;
    box-shadow: 0px 0px 15px 0px #00000007;
    border: 1px solid whitesmoke;
    padding: 30px;
    width: 90%;
    margin: 0 auto 5%;
}
#overview-pitch {
	margin-top: 35px;
	z-index: 1;
    position: relative;
    text-align: center;
}

#overview-pitch p {
	padding: 0 25px;
}

#overview-pitch p.sales-headline {
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px auto;
}

#overview-pitch p.big-space {
	font-weight:bold;
	margin: 40px;
}

#overview-pitch img {
	max-width: 100%;
    padding: 15px;
    margin: 15px auto;
    border-radius: 7px;
    border: 14px solid #d6e3f6;
    box-shadow: 2px 2px 3px #0000000a;
    background-color: white;
}

#overview-pitch .pricing {
	margin: 20px auto;
}

#overview-pitch .hideme {
    opacity:0;
}

#overview-pitch #meet-the-team-headline {
	margin-top: 75px;
	margin-bottom: 30px;
}

#overview-pitch .photo-grid {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 20px;
}

#overview-pitch .photo-grid .photo-row {
	padding: 10px;
}

#overview-pitch .photo-grid .photo-row img {
	width: 180px;
	height: 180px;
	display: block;
	margin-top: 0px;
	padding: 0;
	border-width: 10px;
	border-radius: 50%;
	object-fit: cover;
}

#overview-pitch .photo-grid .team-member-name {
	font-weight: bold;
	font-size: 1.2em;
}

#overview-pitch .photo-grid .team-member-description {
	color: gray;
	margin-top: 5px;
}
